home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / $APPDATA / Carthago / Twistpad / Syntax / Cobol.sdf < prev    next >
Text File  |  2007-03-10  |  1KB  |  64 lines

  1. ;Cobol Syntax highlight Script for Twistpad
  2. ;1998 - 2007 ⌐ Carthago Software
  3.  
  4. [::Header::]
  5. SyntaxName=Cobol
  6. Extensions=cob;cpy;cbl
  7. Spelling=0 
  8. SpellingContexts=1;2;3
  9. CommentChar=/
  10.  
  11. [Comment1]
  12. Type=StartStop
  13. Context=1
  14. Scope=0
  15. Priority=10
  16. WholeWordOnly=0
  17. First=/
  18. Last=
  19. Background=Default
  20. Foreground=008000
  21. italic=0
  22.  
  23. [Comment2]
  24. Type=StartStop
  25. Context=2
  26. Scope=0
  27. Priority=10
  28. WholeWordOnly=1
  29. First=*
  30. Last=
  31. Background=Default
  32. Foreground=008000
  33. italic=0
  34.  
  35. [Quote]
  36. Type=StartStop
  37. Context=3
  38. Scope=0
  39. Priority=10
  40. WholeWordOnly=0
  41. First="
  42. Last="
  43. Background=Default
  44. Foreground=408080
  45.  
  46. [Cobol Keywords]
  47. Type=keyword
  48. Context=101
  49. Scope=0
  50. Priority=6
  51. WholeWordOnly=1
  52. CaseSensitive=1
  53. Keyword2=FD;GO;IF;IS;KD;OR;RD;SD;TO
  54. Keyword3=ADD;AND;END;KEY;NOT;PIC;SET
  55. Keyword4=CALL;COPY;DATA;ELSE;EXIT;FILE;MODE;MOVE;NEXT;OPEN;READ;THRU
  56. Keyword5=BLOCK;CLOSE;EJECT;ENTRY;INPUT;LABEL;REALM;SPACE;TIMES;UNTIL;USING;VALUE;WRITE
  57. Keyword6=ACCESS;ASSIGN;AUTHOR;END-IF;GIVING;GOBACK;OCCURS;OUTPUT;RECORD;RELOAD;SELECT;STATUS;STRING
  58. Keyword7=DISPLAY;PERFORM;PICTURE;RECORDS;SECTION;SERVICE;CONTAINS;DIVISION;STANDARD;UNSTRING;DEPENDING;PROCEDURE;REDEFINES;STRUCTURE
  59. Keyword8=ENVIROMENT;PROGRAM-ID;ENVIRONMENT;DECLARATIVES;FILE-CONTROL;INPUT-OUTPUT;ORGANIZATION
  60. Keyword9=CONFIGURATION;DATE-WRITTEN;FILE-CONTROL;DATE-COMPILED;DECIMAL-POINT;SPECIAL-NAMES;IDENTIFICATION;OBJECT-COMPUTER;SOURCE-COMPUTER
  61. Background=Default
  62. Foreground=0000FF
  63. Bold=0
  64.